home *** CD-ROM | disk | FTP | other *** search
- echo off
- echo RACONTEX
- echo RAPID CONTEXTUAL SEARCH SYSTEM
- echo Copyright (c) Edward Guy P.Eng CDP 1987/8/9/90/1/2/3
- if %0 == load GoTo gotpath
- if %0 == LOAD GoTo gotpath
- if exist indbat.exe GoTo gotpath
- echo
- echo To execute from this drive or directory you need to set your path to
- echo include it, or execute the following DOS command
- echo
- echo APPEND drive:\path /X:ON /PATH:ON
- echo
- echo where drive:\path is the drive and path where the files are stored.
- echo (it is the piece before \load in "%0").
- echo Then use the LOAD command without typing the path.
- echo On completion you may cancel the append with "APPEND ;" (don't forget the
- echo semicolon).
- echo
- echo If the program files are on read-only media (e.g. CD ROM) and you wish to
- echo use your own files for STOPWORD (the list of words not to be indexed)
- echo or DELIMIT (the characters to be considered delimiters between words) or
- echo if you have registered and have received a new LICENCE.PGF file, these
- echo files should be installed in the current directory (the one in which you
- echo are creating your database). They will be used instead of the standard
- echo ones on the read-only media.
- GoTo Quit
- :GotPath
-
- if not exist outfile.dct goto continue
- echo OUTFILE exists new file will be merged with it.
- echo should you not want this, please press [ctrl][C]
- echo to terminate, and delete or rename the old OUTFILE.*
- attrib -r outfile.*
- pause
- :continue
- breakit %1
- index1
- :quit
-
-